From 2c2270f01c49bf29c0d2d09fc7d4e9f530163025 Mon Sep 17 00:00:00 2001 From: Peter Wagner <​tripolar@gmx.at> Date: Thu, 24 Oct 2013 11:38:27 +0000 Subject: [PATCH] proftpd avoid linking against libpam Signed-off-by: Peter Wagner SVN-Revision: 38527 --- net/proftpd/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 74b742849..b96b2b9ef 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -43,6 +43,7 @@ MAKE_FLAGS += \ CONFIGURE_ARGS += \ --disable-cap \ --enable-devel \ + --disable-auth-pam \ ac_cv_header_curses_h=no \ ac_cv_header_ncurses_h=no -- 2.30.2